home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / t-fx2800 < prev    next >
Encoding:
Text File  |  1993-02-05  |  309 b   |  10 lines  |  [TEXT/MPS ]

  1.  
  2. # The Alliant FX2800 uses ELF object files, so needs these two modules
  3. # just as SVR4 does.  -- hyc@hanauma.jpl.nasa.gov
  4.  
  5. EXTRA_PARTS=crtbegin.o crtend.o
  6.  
  7. # Use ieee rounding rules for divide and square root operations.
  8. # /bin/cc is assumed to point to fxc version 1.3 or newer.
  9. CCLIBFLAGS=-O -ieee -uniproc
  10.